func reflect.needKeyUpdate

4 uses

	reflect (current package)
		type.go#L1704: 	if needKeyUpdate(ktyp) {
		type.go#L1901: func needKeyUpdate(t *abi.Type) bool {
		type.go#L1912: 		return needKeyUpdate(tt.Elem)
		type.go#L1916: 			if needKeyUpdate(f.Typ) {